From: Ewan Mellor Date: Sun, 18 Mar 2007 12:06:50 +0000 (+0000) Subject: Re-raise log level for XendConfig (accidentally changed it to DEBUG previously). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15282^2~33 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5515b59042adafae1c93548562ae53de755a676c;p=xen.git Re-raise log level for XendConfig (accidentally changed it to DEBUG previously). Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 36ababeb40..d8f5c3fe66 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -28,7 +28,7 @@ from xen.xend.PrettyPrint import prettyprintstring from xen.xend.XendConstants import DOM_STATE_HALTED log = logging.getLogger("xend.XendConfig") -log.setLevel(logging.DEBUG) +log.setLevel(logging.WARN) """